Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. user interface
    Log in to post

    • bas

      PostscriptWindowsCharacterSet
      Problems & Bugs • user interface font info • • bas  

      2
      0
      Votes
      2
      Posts
      492
      Views

      frederik

      its been patched already and will be fixed in the next version of RF http://code.typesupply.com/changeset/1174 thanks
    • jens

      Glyph window and zoom levels
      Feature Requests • scripting user interface mojo • • jens  

      3
      0
      Votes
      3
      Posts
      527
      Views

      jens

      Thanks Frederik, the script solution sounds fine. Just one problem, the glyph windows has no method setGlyphViewScale ;) Maybe I'll have to wait for the next Robofont release? Your arguments sound sensible. Maybe I just should just try to keep a glyph window open constantly. That will preserve the zoom level when double-clicking on a different glyph. I have the habit to close and re-open glyph windows all the time, this led to the confusion.
    • bas

      More tools
      General Questions • user interface extensions preferences editing tools • • bas  

      7
      0
      Votes
      7
      Posts
      1013
      Views

      frederik

      If a tool is activated from the scripting window and not as an extension the easiest thing todo is to restart :)
    • bruno

      Where did actions go from the layer pallette?
      Feature Requests • user interface layers • • bruno  

      2
      0
      Votes
      2
      Posts
      417
      Views

      frederik

      that is gone! It was completely confusing UI with very low functionality's. If you want to have support for swapping and copying layers around, I suggest to set a hot key for "Copy / Swap to layer" see http://doc.robofont.com/documentation/workspace/glyph-editor/ and http://doc.robofont.com/documentation/workspace/preferences/glyph-view/ (just adjusted the documentation) thanks
    • thom

      Glyph has changed
      General Questions • user interface defcon • • thom  

      5
      0
      Votes
      5
      Posts
      656
      Views

      frederik

      see how defcon is managing his representation factories: RoboFont uses a subclass to build the glyph cells see http://code.typesupply.com/browser/packages/defconAppKit/trunk/Lib/defconAppKit/representationFactories/glyphCellFactory.py use addRepresentationFactory to register a new one see http://code.typesupply.com/browser/packages/defcon/trunk/Lib/defcon/objects/glyph.py#L8 good luck
    • marksimonson

      Glyphs displayed in layer colors in font overview window
      General Questions • user interface layers • • marksimonson  

      3
      0
      Votes
      3
      Posts
      504
      Views

      frederik

      make the glyph cell smaller :) or see the link Bas posted.
    • jmickel

      Additional Space Center windows in Single Window Mode
      Feature Requests • user interface space center • • jmickel  

      5
      0
      Votes
      5
      Posts
      759
      Views

      frederik

      see http://doc.robofont.com/api/mojo/mojo-ui/ from mojo.UI import OpenSpaceCenter OpenSpaceCenter(CurrentFont(), newWindow=True)
    • jmickel

      Hide Font Overview in Single Window Mode
      Feature Requests • user interface • • jmickel  

      2
      0
      Votes
      2
      Posts
      270
      Views

      frederik

      No, there is no short cut for that. Will think about that, for now you can toggle the pane at the bottom of a single font window
    • thom

      Output Window Hide
      Problems & Bugs • user interface • • thom  

      2
      0
      Votes
      2
      Posts
      252
      Views

      frederik

      euh The checkbox means that the output window can hide if RoboFont is not the active app. To prevent cluttering if one is working in an other app. But this is handy if one is writing code to see traceback without having to go back to RoboFont to actually read the traceback. Enjoy!
    • joanca

      Update (Script) Menu from Preferences
      Feature Requests • user interface preferences • • joanca  

      2
      0
      Votes
      2
      Posts
      421
      Views

      frederik

      This is already solved in the beta, and will be present in the next release.
    • joanca

      Scripts Menu name control
      Feature Requests • scripting user interface mojo • • joanca  

      2
      0
      Votes
      2
      Posts
      448
      Views

      frederik

      naming inside a file isn't a good idea: all files have be parsed before a menu can be build will add some functionality to mojo.UI in the next version from mojo.UI import getScriptingMenuNamingShortKey, setScriptingMenuNamingShortKey data = getScriptingMenuNamingShortKey() data['/path/to/my/python/script.py'] = dict(preferredName="my script name", shortKey="d") setScriptingMenuNamingShortKey(data)
    • jack_jennings

      Scripting Window Default Size and Placement
      Feature Requests • scripting user interface • • jack_jennings  

      3
      0
      Votes
      3
      Posts
      380
      Views

      jack_jennings

      Thanks. :)
    • joanca

      SOLVED Last Script
      Feature Requests • scripting user interface • • joanca  

      4
      0
      Votes
      4
      Posts
      510
      Views

      frederik

      cool, post from 2012!! 👋🏼 If you have a script open both in RF and an external editor, edit it externally, jump back to RF, the script auto updates as long as no changes were made in RF. There is also a really cool helper for Sublime Text, by @bahman
    • bas

      Preview layers in Font Collection window
      General Questions • user interface layers preferences • • bas  

      3
      0
      Votes
      3
      Posts
      559
      Views

      bas

      I was more thinking of a preview hotkey as in the Glyph editor ;-)
    • jbl

      Outline selection contour not visible at some size
      Problems & Bugs • user interface • • jbl  

      3
      0
      Votes
      3
      Posts
      360
      Views

      jbl

      Yeah I noticed the amount of info increasing/decreasing, but in this case since you can have an action on the selection, better make it visible :)
    • mbutterick

      Output window colors
      General Questions • user interface • • mbutterick  

      2
      0
      Votes
      2
      Posts
      564
      Views

      frederik

      no, not possible, yet :) Ive just added new color prefs: http://cl.ly/D5FH will be in the next version
    • jackson

      Space Center Strings
      Feature Requests • user interface space center • • jackson  

      4
      0
      Votes
      4
      Posts
      551
      Views

      jackson

      This works perfectly (1.1 beta 2), Thanks!
    • jbl

      Inspector behavior
      Feature Requests • user interface layers inspector • • jbl  

      4
      0
      Votes
      4
      Posts
      567
      Views

      jbl

      Thanks for the info about layer naming!
    • jbl

      Groups window behavior
      Feature Requests • user interface groups • • jbl  

      2
      0
      Votes
      2
      Posts
      417
      Views

      frederik

      yeah, they will also get a "Cancel" button, so the changes will not be performed on the font.groups.
    • jbl

      Mark color and color palette
      Feature Requests • user interface colors • • jbl  

      4
      0
      Votes
      4
      Posts
      631
      Views

      jbl

      YEAH! :)